LineNumberingConfigurationRestartOnPage Property

Specifies whether the line count is reset to 1 at the start of every page. The defined values for the text:restart-on-page attribute are: -false: line count is not reset, resulting in document-specific numbering of lines. -true: line count is reset to 1 at the beginning of every page, resulting in page-specific line numbering. The default value for this attribute is false.

Definition

Namespace: Independentsoft.Office.Odf
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public bool RestartOnPage { get; set; }

Property Value

Boolean

See Also